home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / sound / soc / davinci / Kconfig next >
Encoding:
Text File  |  2008-12-24  |  576 b   |  20 lines

  1. config SND_DAVINCI_SOC
  2.     tristate "SoC Audio for the TI DAVINCI chip"
  3.     depends on ARCH_DAVINCI
  4.     help
  5.       Say Y or M if you want to add support for codecs attached to
  6.       the DAVINCI AC97 or I2S interface. You will also need
  7.       to select the audio interfaces to support below.
  8.  
  9. config SND_DAVINCI_SOC_I2S
  10.     tristate
  11.  
  12. config SND_DAVINCI_SOC_EVM
  13.     tristate "SoC Audio support for DaVinci EVM"
  14.     depends on SND_DAVINCI_SOC && MACH_DAVINCI_EVM
  15.     select SND_DAVINCI_SOC_I2S
  16.     select SND_SOC_TLV320AIC3X
  17.     help
  18.       Say Y if you want to add support for SoC audio on TI
  19.       DaVinci EVM platform.
  20.